Std Workbench/ru

Std Workbench

Расположение в меню
Вид → Верстак
Верстаки
Верстаки
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Описание

The Std Workbench command activates a selected workbench.

The default ComboBox Workbench selector type

The optional TabBar Workbench selector type (here displayed with icons only) introduced in version 1.0

Применение

  1. There are several ways to invoke the command:
    • Select a workbench from the ComboBox or TabBar (introduced in version 1.0) in the Workbench toolbar.
    • Press the button on the TabBar to select a workbench that has been disabled in the preferences from the menu that opens.
    • Select a workbench from the View → Workbench sub-menu.

Примечания

Настройки

See also: Preferences Editor.

Программирование

To change the workbench use the activateWorkbench method of the FreeCADGui module.

import FreeCADGui

FreeCADGui.activateWorkbench("PartDesignWorkbench")